gtk: remove all border_width handling from the button box
authorMichael Natterer <mitch@gimp.org>
Sun, 31 Oct 2010 19:16:19 +0000 (20:16 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 2 Nov 2010 03:04:36 +0000 (12:04 +0900)
commitca6398a6490be730cae1d212a81262fe799b4057
tree39aceb5a3c882139dd2cba1f27739060a72323ed
parent8dd7023b520482ac5126253c4d46823189b65846
gtk: remove all border_width handling from the button box

and let GtkContainer do the job; fixes doubled border widths. GtkBox
did already delegate border handling to Gtkcontainer, which interacted
badly with a subclass that didn't.
gtk/gtkbbox.c